home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Personality Test / Multimedia Personality Test.iso / pc / sddialog.rul < prev    next >
Text File  |  1996-01-16  |  4KB  |  177 lines

  1.  
  2.  /*=======================================================================*/
  3.  /*                 Stirling Technologies, Inc.  (c) 1990-1995            */
  4.  /*                        Schaumburg, Illinois 60173                     */
  5.  /*                           All Rights Reserved.                        */
  6.  /*                             InstallShield (R)                         */
  7.  /*=======================================================================*/
  8.  
  9.  //
  10.  //
  11.  //   File    : sddialog.rul
  12.  //
  13.  //   Purpose : This file contains the includes for each dialog.
  14.  //             If space of the resulting .ins file is a concern then
  15.  //             all dialogs not used can be #ifdef out.
  16.  //
  17.  
  18. #ifndef SD_SINGLE_DIALOGS           // define all dialogs if this is not defined
  19.  
  20. #define SD_REGISTERUSEREX               1
  21. #define SD_REGISTERUSER                 1
  22. #define SD_CONFIRMREGISTRATION          1
  23. #define SD_CONFIRMNEWDIR                1
  24. #define SD_ASKDESTPATH                  1
  25. #define SD_WELCOME                      1
  26. #define SD_SHOWINFOLIST                 1
  27. #define SD_SELECTFOLDER                 1
  28. #define SD_SETUPTYPE                    1
  29. #define SD_SHOWANYDIALOG                1
  30. #define SD_DISPLAYTOPICS                1
  31. #define SD_SHOWMSG                      1
  32. #define SD_ASKOPTIONSLIST               1
  33. #define SD_SHOWFILEMODS                 1
  34. #define SD_SHOWDLGEDIT1                 1
  35. #define SD_SHOWDLGEDIT2                 1
  36. #define SD_SHOWDLGEDIT3                 1
  37. #define SD_ASKOPTIONS                   1
  38. #define SD_COMPONENTDIALOG              1
  39. #define SD_COMPONENTDIALOG2             1
  40. #define SD_COMPONENTMULT                1
  41. #define SD_OPTIONSBUTTONS               1
  42. #define SD_BITMAP                       1
  43. #define SD_COMPONENTDIALOGADV           1
  44. #define SD_PRODUCTNAME                  1
  45. #define SD_LICENSE                      1
  46. #define SD_STARTCOPY                    1
  47. #define SD_FINISHREBOOT                 1
  48. #define SD_FINISH                       1
  49.  
  50. #endif
  51.  
  52.  
  53. #include "sdint.rul"  // general utilities
  54.  
  55. #ifdef SD_REGISTERUSEREX
  56. #include "sdregux.rul"
  57. #endif
  58.  
  59. #ifdef SD_REGISTERUSER
  60. #include "sdregu.rul"
  61. #endif
  62.  
  63. #ifdef SD_CONFIRMREGISTRATION
  64. #include "sdcregu.rul"
  65. #endif
  66.  
  67. #ifdef SD_CONFIRMNEWDIR
  68. #include "sdcnewd.rul"
  69. #endif
  70.  
  71. #ifdef SD_ASKDESTPATH
  72. #include "sdadpath.rul"
  73. #endif
  74.  
  75. #ifdef SD_WELCOME
  76. #include "sdwel.rul"
  77. #endif
  78.  
  79. #ifdef SD_SHOWINFOLIST
  80. #include "sdsinfol.rul"
  81. #endif
  82.  
  83. #ifdef SD_SELECTFOLDER
  84. #include "sdsfdr.rul"
  85. #endif
  86.  
  87. #ifdef SD_SETUPTYPE
  88. #include "sdstype.rul"
  89. #endif
  90.  
  91. #ifdef SD_SHOWANYDIALOG
  92. #include "sdsadlg.rul"
  93. #endif
  94.  
  95. #ifdef SD_DISPLAYTOPICS
  96. #include "sddtpcs.rul"
  97. #endif
  98.  
  99. #ifdef SD_SHOWMSG
  100. #include "sdsmsg.rul"
  101. #endif
  102.  
  103. #ifdef SD_ASKOPTIONSLIST
  104. #include "sdaoptls.rul"
  105. #endif
  106.  
  107. #ifdef SD_CHANGEDIR
  108. #include "sdcdir.rul"
  109. #endif
  110.  
  111. #ifdef SD_SHOWFILEMODS
  112. #include "sdsfmods.rul"
  113. #endif
  114.  
  115. #ifdef SD_SHOWDLGEDIT1
  116. #include "sdsedt1.rul"
  117. #endif
  118.  
  119. #ifdef SD_SHOWDLGEDIT2
  120. #include "sdsedt2.rul"
  121. #endif
  122.  
  123. #ifdef SD_SHOWDLGEDIT3
  124. #include "sdsedt3.rul"
  125. #endif
  126.  
  127. #ifdef SD_ASKOPTIONS
  128. #include "sdaopts.rul"
  129. #endif
  130.  
  131. #ifdef SD_COMPONENTDIALOGADV
  132. #include "sdcdadv.rul"
  133. #endif
  134.  
  135. #ifdef SD_COMPONENTMULT
  136. #include "sdcommul.rul"
  137. #endif
  138.  
  139. #ifdef SD_OPTIONSBUTTONS
  140. #include "sdoptbut.rul"
  141. #endif
  142.  
  143. #ifdef SD_BITMAP
  144. #include "sdbitmap.rul"
  145. #endif
  146.  
  147. #ifdef SD_COMPONENTDIALOG2
  148. #include "sdcomdl2.rul"
  149. #endif
  150.  
  151. #ifdef SD_COMPONENTDIALOG
  152. #include "sdcomdlg.rul"
  153. #endif
  154.  
  155. #ifdef SD_PRODUCTNAME
  156. #include "sdprodct.rul"
  157. #endif
  158.  
  159. #ifdef SD_LICENSE
  160. #include "sdlic.rul"
  161. #endif
  162.  
  163. #ifdef SD_STARTCOPY
  164. #include "sdscopy.rul"
  165. #endif
  166.  
  167. #ifdef SD_FINISHREBOOT
  168. #include "sdfinbot.rul"
  169. #endif
  170.  
  171.  
  172. #ifdef SD_FINISH
  173. #include "sdfinish.rul"
  174. #endif
  175.  
  176.  
  177.